home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_gs / README.{_5 < prev   
Text File  |  1999-09-17  |  7KB  |  193 lines

  1.    Copyright (C) 1989, 1996 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of GNU Ghostscript.
  4.   
  5.   GNU Ghostscript is distributed in the hope that it will be useful, but
  6.   WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility to
  7.   anyone for the consequences of using it or for whether it serves any
  8.   particular purpose or works at all, unless he says so in writing.  Refer to
  9.   the GNU General Public License for full details.
  10.   
  11.   Everyone is granted permission to copy, modify and redistribute GNU
  12.   Ghostscript, but only under the conditions described in the GNU General
  13.   Public License.  A copy of this license is supposed to have been given to
  14.   you along with GNU Ghostscript so you can know your rights and
  15.   responsibilities.  It should be in a file named COPYING.  Among other
  16.   things, the copyright notice and this notice must be preserved on all
  17.   copies.
  18.   
  19.   Aladdin Enterprises is not affiliated with the Free Software Foundation or
  20.   the GNU Project.  GNU Ghostscript, as distributed by Aladdin Enterprises,
  21.   does not depend on any other GNU software.
  22.  
  23. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  24.  
  25. ****************************************************
  26. * This file describes version 5.10 of Ghostscript. *
  27. ****************************************************
  28.  
  29. If this is your first contact with Ghostscript, we suggest you read the file
  30. new-user.txt before continuing with this README file.  new-user.txt gives an
  31. overview of:
  32.  
  33.     - what Ghostscript does (PostScript and PDF previewing, conversion,
  34.     and printing);
  35.  
  36.     - what its licensing terms are (free for ordinary use);
  37.  
  38.     - what platforms it runs on (every platform you're likely to be
  39.     interested in);
  40.  
  41.     - where to find some useful programs that enhance Ghostscript (like
  42.     user-friendly previewers for Unix, VMS, MS Windows, MS-DOS, and
  43.     Macintosh).
  44.  
  45.     - what to do if you have problems (the "If you need help" section).
  46.  
  47. The rest of this README file is a road map to the documentation files that
  48. are part of the fileset.  If you are a new user, we suggest you look through
  49. it now.  After that, we recommend you read install.txt, which tells you how
  50. to install Ghostscript, and make.txt, which tells you how to compile
  51. Ghostscript from source code (which is required before installation on Unix
  52. and VMS systems).
  53.  
  54. ********
  55. ******** Documentation overview ********
  56. ********
  57.  
  58. There is a Ghostscript World Wide Web home page at 
  59.     http://www.cs.wisc.edu/~ghost/index.html
  60.  
  61. All the file names mentioned in the documentation, except for README and
  62. NEWS, are in lower case, which is the usual convention for Unix systems.  On
  63. MS-DOS systems, all file names are actually upper-case.
  64.  
  65. What should I read if I'm a new user?
  66. -------------------------------------
  67.  
  68. If you are a new user of Ghostscript, you should start by reading:
  69.  
  70. > new-user.txt - information specifically for new users.
  71.  
  72. Then read as many of the following as seem relevant:
  73.  
  74. > install.txt - information about how install Ghostscript.
  75.  
  76. > use.txt - information about to use Ghostscript.  Some of this information
  77. is also contained in gs.1 - a `man' page for Ghostscript.
  78.  
  79. > The catalog at the beginning of devs.mak, which lists all the devices for
  80. which Ghostscript is able to produce output (although if you got Ghostscript
  81. in binary form, it will only include a subset of these devices).
  82.  
  83. > devices.txt - more detailed information about some specific devices that
  84. Ghostscript knows about.
  85.  
  86. > ps2epsi.txt, unix-lpr.txt - more detailed information about some of
  87. the shell scripts and batch files distributed with Ghostscript.
  88.  
  89. > bug-form.txt - a form to use for reporting problems (but remember that
  90. Ghostscript comes with NO WARRANTY and NO SUPPORT).
  91.  
  92. If you have Aladdin Ghostscript, as opposed to the GNU Ghostscript releases
  93. distributed by the Free Software Foundation, you should read (or at least
  94. skim through):
  95.  
  96. > public.txt - additional information about Aladdin Ghostscript releases
  97. that is not relevant to GNU Ghostscript releases.
  98.  
  99. If you are going to compile Ghostscript, rather than just use an executable
  100. you got from somewhere, you should read:
  101.  
  102. > make.txt - how to compile and link Ghostscript.  (You should also read
  103. install.txt in this case.)
  104.  
  105. If you run into any questions, or if you are going to be using Ghostscript
  106. extensively, you should at least skim, and probably eventually read:
  107.  
  108. > fonts.txt - information about the fonts distributed with
  109. Ghostscript, including how to add or replace fonts.
  110.  
  111. > language.txt - A description of the Ghostscript language, and its
  112. differences from the documented PostScript language.
  113.  
  114. > psfiles.txt - information about the .ps files distributed with
  115. Ghostscript (other than fonts).
  116.  
  117. There is also a FAQ (Frequently Asked Questions) file available on the
  118. Internet.  See "If you need help" in new-user.txt for the location.
  119.  
  120. What should I read if I'm not a new user?
  121. -----------------------------------------
  122.  
  123. When you receive a new release of Ghostscript, you should start by reading:
  124.  
  125. > README - this file.
  126.  
  127. > current.txt - information about problems, and major changes and new
  128. features in the current release.
  129.  
  130. If you have used a previous release of Ghostscript, you probably should also
  131. read any more recent sections of:
  132.  
  133. > NEWS - a complete, detailed history of changes in the most recent
  134. Ghostscript releases.
  135.  
  136. What if I'm a developer?
  137. ------------------------
  138.  
  139. If you are going to be writing a new driver for Ghostscript, you
  140. should read:
  141.  
  142. > drivers.txt - the interface between Ghostscript and device drivers.
  143.  
  144. > xfonts.txt - the interface between Ghostscript and platform-supplied
  145. fonts.  (Read drivers.txt first.)
  146.  
  147. If you are considering distributing Ghostscript (either Aladdin or GNU
  148. versions) in conjunction with a commercial product, you should read the
  149. PUBLIC license carefully, and you should also read:
  150.  
  151. > commprod.txt - additional clarification of the circumstances under which
  152. Ghostscript can be distributed with a commercial product.
  153.  
  154. If you intend to use Ghostscript in the form of a DLL under OS/2 or
  155. Microsoft Windows, you should read:
  156.  
  157. > dll.txt - documentation on Ghostscript as a DLL.
  158.  
  159. If you intend to use Ghostscript as part of another program and not
  160. as a DLL, rather than as a self-contained executable application, you
  161. should start by reading either (if you will be using Ghostscript as a
  162. callable PostScript language interpreter):
  163.  
  164. > imain.h - the documented API for Ghostscript not as a DLL.
  165.  
  166. or (if you are going to use just the Ghostscript graphics library):
  167.  
  168. > lib.txt - information about the structure of and APIs for the
  169. Ghostscript library.
  170.  
  171. Other files
  172. -----------
  173.  
  174. > ps2epsi.txt - documentation for the PostScript to EPSI conversion
  175. utility.
  176.  
  177. > helpers.txt - a note of thanks to all the people who have helped with
  178. Ghostscript development.
  179.  
  180. > hershey.txt - information about the Hershey fonts, which are the
  181. basis of some of the Ghostscript fonts.
  182.  
  183. > history*.txt - a history of changes in older Ghostscript releases.
  184.  
  185. > humor.txt - a humorous comment on Ghostscript contributed by a user.
  186.  
  187. > unix-lpr.txt - information about how to integrate Ghostscript with
  188. Unix printer spooling.
  189.  
  190. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  191.  
  192. PostScript is a trademark of Adobe Systems, Incorporated.
  193.